projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ec475e
)
* doc/lispref/functions.texi (Defining Functions): Fix thinko.
author
Michael Albinus
<michael.albinus@gmx.de>
Thu, 13 Jan 2022 13:09:44 +0000
(14:09 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Thu, 13 Jan 2022 13:09:44 +0000
(14:09 +0100)
doc/lispref/functions.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/functions.texi
b/doc/lispref/functions.texi
index caf8e3444fe4a7a96618ce644493b57f1ac2d56b..f2dce71e96cbeec01a6485fc5ce04d3ae89da158 100644
(file)
--- a/
doc/lispref/functions.texi
+++ b/
doc/lispref/functions.texi
@@
-672,7
+672,7
@@
records. @xref{Function Cells}.
@defun function-alias-p object &optional noerror
Use the @code{function-alias-p} function to check whether an object is
a function alias. If it isn't, this predicate will return
-
non-
@code{nil}. If it is, the value returned will be a list of symbol
+@code{nil}. If it is, the value returned will be a list of symbol
representing the function alias chain. For instance, if @code{a} is
an alias for @code{b}, and @code{b} is an alias for @code{c}: